home *** CD-ROM | disk | FTP | other *** search
/ Fifth Dimension / Fifth Dimension CD-ROM Volume 1 (Data Express) (1995).iso / menue3d / menue.bat < prev    next >
DOS Batch File  |  1995-11-29  |  336b  |  18 lines

  1. IF EXIST C:\HRGLBRGL\STATE.BIN GOTO xxnoinit
  2. p c qc:\hrglbrgl\ f pgallery %1 %2 %3 k
  3. goto XXSTART
  4. :xxnoinit
  5. p f pgallery %1 %2 %3 k qc:\hrglbrgl\
  6. :XXSTART
  7. if errorlevel=112 goto ERROR
  8. if errorlevel=111 goto game
  9. if errorlevel=0 goto ende
  10. :ERROR
  11. ECHO Fehler
  12. PAUSE
  13. goto ende
  14. :game
  15. gamme.bat %1 %2 %3 %4 %5 %6
  16. :ende
  17. cd ..
  18.